home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / DrawnB.h.z / DrawnB.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  58 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: DrawnB.h /main/12 1995/07/14 10:29:23 drk $ */
  12. /*
  13. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  14. /***********************************************************************
  15.  *
  16.  * DrawnButton Widget
  17.  *
  18.  ***********************************************************************/
  19.  
  20. #ifndef _XmDButton_h
  21. #define _XmDButton_h
  22.  
  23. #include <Xm/Xm.h>
  24.  
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28.  
  29. #ifndef XmIsDrawnButton
  30. #define XmIsDrawnButton(w) XtIsSubclass(w, xmDrawnButtonWidgetClass)
  31. #endif /* XmIsDrawnButton */
  32.  
  33. /* DrawnButon Widget */
  34.  
  35. externalref WidgetClass xmDrawnButtonWidgetClass;
  36.  
  37. typedef struct _XmDrawnButtonClassRec *XmDrawnButtonWidgetClass;
  38. typedef struct _XmDrawnButtonRec      *XmDrawnButtonWidget;
  39.  
  40.  
  41. /********    Public Function Declarations    ********/
  42.  
  43. extern Widget XmCreateDrawnButton( 
  44.                         Widget parent,
  45.                         char *name,
  46.                         ArgList arglist,
  47.                         Cardinal argcount) ;
  48.  
  49. /********    End Public Function Declarations    ********/
  50.  
  51.  
  52. #ifdef __cplusplus
  53. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  54. #endif
  55.  
  56. #endif /* _XmDButton_h */
  57. /* DON'T ADD ANYTHING AFTER THIS #endif */
  58.